home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 26.zip / BS1 part 26 / The Director Toolkit v1.0.adf / Programs / docs < prev    next >
Text File  |  1987-02-25  |  3KB  |  73 lines

  1.  
  2. |c7|f2|t1Programs|c3|f1|t0
  3.  
  4. The items in these directories are all Director sample programs and
  5. scripts.  Included are:|r1
  6.  
  7. |c7|+8Wipe Library|r1
  8. |+8MIDI Module|r1
  9. |+8Card Game Example|r1
  10. |+8Pie Chart Generator|r1
  11. |+8Sine and Cosine Routines|r1
  12. |+8Text Reader|c3|r1
  13. |e
  14.  
  15. |f2|c7Wipe Library|c3|f1|r1
  16.  
  17. The Wipe Library contains several new wipes, providing immediately
  18. useful wipes and example scripts for ideas on how more of your own 
  19. custom wipes can be developed.|r1
  20.  
  21. The collection of wipe transitions includes venetian blind, diagonal,
  22. serpentine and others.  Also included is a slideshow script using 
  23. these new wipes that can be used to display your own images.  All 
  24. scripts are included.
  25. |e
  26.  
  27. |c7|f2MIDI Module|f1|c3|r1
  28.  
  29. The MIDI module is a replacement for the sound module that provides
  30. new features including input from an external MIDI instrument.|r1
  31.  
  32. MIDI stands for Musical Instrument Digital Interface, and has become
  33. a standard method for communication between various musical instruments
  34. and computers.|r1
  35.  
  36. The MIDI input provided by the MIDI module will allow you to trigger
  37. the Director's animations and displays by specific note-on and note-off
  38. signals from a MIDI synthesizer or sequencer.
  39. |e
  40.  
  41. |f2|c7Card Game Example|c3|f1|r1
  42.  
  43. The Card Game Example demonstrates a variety of Director techniques,
  44. and contains an example sort routine (used to shuffle cards) that can
  45. be adapted to other applications.  In addition, routines for evaluating
  46. poker hands and displaying the cards are also included in this instructional
  47. script.
  48. |e
  49.  
  50. |f2|c7Pie Chart Generator|c3|f1|r1
  51.  
  52. A generic pie chart generator is included that provides an example of
  53. the use of integer-based trigonometric functions Sine and Cosine to
  54. convert 360 degrees of circle into the required pie slices for pie
  55. chart applications.  The generic generator can be used directly in
  56. presentations without knowledge of the trigonometric functions involved.|r1
  57.  
  58. |f2|c7Sine and Cosine Routines|c3|f1|r1
  59.  
  60. Degree based Sine and Cosine GOSUBs are provided that will allow you to
  61. determine the approximate Sine and Cosine of any degree multiplied times 
  62. 10000.  The above pie chart generator provides an example of how these 
  63. can be used for basic circle functions.
  64. |e
  65.  
  66. |f2|c7Text Reader|c3|f1|r1
  67.  
  68. The Text Displayer is an example of a text reader Director script and is
  69. used to present the documentation for all the ToolKit programs on the
  70. disk.  The script is included and can be adapted to any requirements you
  71. may have for your own text reader type programs.
  72.  
  73.